home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-11-11 | 388 b | 19 lines |
- GEOM = ../../../..
- include ${GEOM}/makefiles/Makedefs.global
- include ../Makedefs
- include ${GEOM}/makefiles/Makerules.obj
-
- LIBS=${ALLOOGLLIBS} -lforms -lfm_s -lgl_s -lm
-
- all: ${TARGETS}
-
- install: install_module
-
- install_module: graffiti
- ${INSTALLMODULE} graffiti ../.geomview-graffiti ${MODULEDIR}
-
- graffiti: ${OBJS}
- /bin/rm -f $@ ../$@
- ${CC} ${CFLAGS} -o $@ ${OBJS} ${LIBS}
- ln $@ ..
-